Crate intervaltree[][src]

Expand description

A simple and generic implementation of an immutable interval tree.

Structs

An element of an interval tree.

A simple and generic implementation of an immutable interval tree.

Iterator for query results.

An iterator that moves out of an interval tree.

An iterator over all the elements in the tree (in no particular order).